Project ID | 7D1A2972E666A25885258AE100482F18 |
Version | |
Class ID | 9FC6F622B4F8791085258AE1006E5B94 |
Class Type | Derived |
Derived From | CodeElement |
Attributes |
Classes (Get) As Variant |
ClassName (Get) As String |
Constants (Get) As Variant |
Events (Get) As Variant |
Functions (Get) As Variant |
hasClasses (Get) As Boolean |
hasConstants (Get) As Boolean |
hasEvents (Get) As Boolean |
hasFunctions (Get) As Boolean |
hasMajorElements (Get) As Boolean |
hasMethods (Get) As Boolean |
hasProperties (Get) As Boolean |
hasSubs (Get) As Boolean |
hasVariables (Get) As Boolean |
MajorElements (Get) As Variant |
Methods (Get) As Variant |
NonPropertyMethods (Get) As Variant |
Properties (Get) As Variant |
Subs (Get) As Variant |
SummaryTableHTML (Get) As StringQueue |
Variables (Get) As Variant |
hasProperty(propertylabel As String) As Boolean |
New(Parent As CodeElement, Label As String, ValueType As String, Comment As String, CodeSample As String, SignatureCode As Long) |
Public Property Get Classes As Variant | ||||
---|---|---|---|---|
Array of ObjectClass objects contained by the MajorElement |
Public Property Get Events As Variant | ||||
---|---|---|---|---|
Array containing the Method Events of the MajorElement |
Public Property Get Functions As Variant | ||||
---|---|---|---|---|
Array containing the Method Functions of the MajorElement |
Public Property Get hasClasses As Boolean | ||||
---|---|---|---|---|
Flag indicating if the Object has Classes |
Public Property Get hasConstants As Boolean | ||||
---|---|---|---|---|
Flag indicating if the Object has Constants |
Public Property Get hasFunctions As Boolean | ||||
---|---|---|---|---|
Flag indicating if the Object has Functions |
Public Property Get hasMajorElements As Boolean | ||||
---|---|---|---|---|
Flag indicating if the Object has Major Elements |
Public Property Get hasMethods As Boolean | ||||
---|---|---|---|---|
Flag indicating if the Object has Methods |
Public Property Get hasProperties As Boolean | ||||
---|---|---|---|---|
Flag indicating if the Object has Properties |
Public Property Get hasVariables As Boolean | ||||
---|---|---|---|---|
Flag indicating if the Object has Variables |
Public Property Get NonPropertyMethods As Variant | ||||
---|---|---|---|---|
Array containing Methods of the MajorElement that are NOT Properties |
Public Property Get Properties As Variant | ||||
---|---|---|---|---|
Array containing the Properties of the MajorElement |
Public Property Get SummaryTableHTML As StringQueue | ||||
---|---|---|---|---|
PLACEHOLDER Property meant to be extended by child classes. SummaryTable HTML content for the object |
Copyright © HCL America, Inc. 1999, 2023. All Rights Reserved.